RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1ApplicationBarToggleButton<T> Class / GetValue Method / GetValue(C1TextRange) Method
The range.

In This Topic
    GetValue(C1TextRange) Method
    In This Topic
    Gets the current value for the current selected range.
    Syntax
    'Declaration
     
    Protected Overloads MustOverride Function GetValue( _
       ByVal range As C1TextRange _
    ) As T
    protected abstract T GetValue( 
       C1TextRange range
    )

    Parameters

    range
    The range.
    See Also